/* \u8bbe\u7f6e\u7248\u5fc3 */
.container{
    width: 1200px;
    margin: 0 auto;
}
/* --\u516c\u5171\u5934\u90e8\u5f00\u59cb --*/
/* \u5934\u90e8 topbar */
.topbar{
    height: 40px;
    background-color: #ffffff;
    line-height: 40px;
}
.date-time{
    float: left;
}
.topbar ul {
    float: right;
}
.topbar ul li{
    float: left;
}

.topbar ul li a{
    padding-left: 60px;
}
/* \u5934\u90e8 header-box */
.header-box{
   position: relative;
    width: 100%;
    height: 200px;
    background: url(../images/h_bg.jpg) no-repeat center;
}
.header-box1 {
    width: 100%;
    height: 200px;
    background: url(../images/h_bg1.jpg) no-repeat center;
}
.slog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -370px;
 }
/* 头部 文字动效 */
.text-m{
    float: right;
    margin-top: 36px;
    /* margin-right: 130px; */
}
.brand{
    float: left;
    width: 460px;
    height: 60px;
    margin-top: 75px;
}
.brand a{
    display:block;
    overflow: hidden;
    text-indent: -9999px;
    width: 560px;
    height: 100px;
    background-size: 100%;
    background:url("../images/brand.png") no-repeat ;
} 
.search-box{
    position: relative;
    float: right;
    width: 260px;
    height: 46px;
    margin-top: 50px;
    display: none;
}

.search-box::before{
    position: absolute;
    content: " ";
    top: 12px;
    left: 10px;
    width: 22px;
    height: 22px;
    background:url(../images/search1-icon.png) no-repeat center;
    background-size: 100% 100%;
}   

.search-box input{
    float: left;
    width: 190px;
    height: 100%;
    border-radius: 4px 0 0 4px;
    padding-left: 42px; 
    
    }

.search-box button{
    float: left;
    width: 70px;
    height: 46px;
    background-color:#bd1b2d;
    color: #fff;
    border-radius: 0 4px 4px 0;
}
.nav1{
    position: absolute;
    top: 260px;
    width: 100%;
    height: 60px;
    background-color: #bd1b2d;
}
.nav1 ul{
    padding-left: 100px;
}
.nav1 ul li {
    float: left;
}
.nav1 ul li a:hover{
 background-color:#e3181b;
}
.nav1 ul li a{
    float: left;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    padding: 0 84px;
    display: block
}
.tab-hd .more {
    width: 72%;
    float: right;
    border-top: 1px #e5e5e5 solid;
    margin-top: 60px;
}
main{
    /*margin-top: 60px;*/
}
.sec-column .tab-hd .more {
    width: 80%;
    float: right;
    border-top: 1px #e5e5e5 solid;
    margin-top: 56px;
}
.mag-more-column .tab-hd .more {
    width: 70%;
    float: right;
    border-top: 1px #e5e5e5 solid;
    margin-top: 56px;
}
.tab-hd .more a {
    color: #B9B9B9;
    font-size: 14px;
    margin-top: -42px;
}
.nav{
    float: left;
    width: 100%;
    height: 60px;
    background-color: #bd1b2d;
}
.nav ul li a{
    width: 133px;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}         
.nav ul li:hover a{
    background-color: #a7071a;
    color: #fff;
} 
.nav ul{
     
}

/* footer\u90e8\u5206\u5f00\u59cb  */
footer {
    float: left;
    width: 100%;
    height: 280px;
    font-size: 16px;
    margin-top: 60px;
    background-color: #bd1b2d;
}
.fl-org img{
    width: 80px;
    height: 80px;
   /* margin: 38px 575px;*/
}
p{
    /*text-align: center;
    color: #ecc189;
    margin-bottom: 12px;*/
}
.ft {
    margin: 50px 10px;
}
.fl-org {
    float: left;
    margin-right: 30px;
}
.copyright_info {
    float: left;
}
.copyright_info p {
    text-align: left;
    color: #ecc189;
    margin-bottom: 12px;
}
.QRCode {
    float: left;
    width: 99px;
    height: 99px;
    margin: 4px 60px;
}
.QRCode img {
    width: 100%;
}
.QRCode p {
    color: #ecc189;
    text-align: center;
    margin-top: 10px;
}
.footerlinks ul {
    float: right;
    width: 42%;
    height: 30px;
    border-bottom: 1px solid #ecc189;
}
.footerlinks ul li {
    display: inline-block;
    height: 30px;
}
.footerlinks ul li a {
    float: left;
    margin: 0 20px;
    color: #ecc189;
}
.footerlinks li:hover{
    border-bottom: 4px solid #ecc189;
}
.footerlinks li a:hover{
    color: #ecc189;
   font-weight: 700;
}
.footerlinkslist{
   float: right;
    width: 42%;
}
.footerlinkslist li {
    list-style: none;
    display: inline-block;
    width: 180px;
}
.footerlinkslist ul:nth-child(2) li{
   list-style: none;
    display: inline-block;
    width: 90px;
}
.footerlinkslist ul li a {
    float: left;
    margin: 0 20px;
    color: #ecc189;
}
.footerlinkslist  li a:hover{
    color: #ecc189;
   font-weight: 700;
}
.copyright_info a {
    color: #ecc189 !important;
}
